Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fb log4j jdbc connections #30

Merged
merged 3 commits into from
Jul 28, 2023
Merged

Conversation

labkey-stuartm
Copy link
Contributor

  • Add default properties to set jdbc connection settings
  • Configure log4j settings to re-enable in-app logging

related: PR
https://github.com/LabKey/terraform_module_ecs_service_lkapps/pull/7

@@ -16,7 +143,25 @@

<Logger name="org.springframework.web" level="${env:LOG_LEVEL_SPRING_WEB:-OFF}"/>

<Logger name="org.labkey" level="${env:LOG_LEVEL_LABKEY_DEFAULT:-FATAL}"/>
<!-- category for server side script messages -->
<Logger name="org.labkey.api.script.ScriptService.Console" level="${env:LOG_LEVEL_API_SETTINGS:-INFO}">
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'm not familiar with the syntax for the level here, but I can imagine what it means.

@labkey-stuartm labkey-stuartm merged commit dc0460b into develop Jul 28, 2023
4 checks passed
@labkey-stuartm labkey-stuartm deleted the fb_log4j_jdbc_connections branch July 28, 2023 16:53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants